[<-.neptune.new.metadata_containers.run.Run {neptune}R Documentation

Assigns the provided value to the field.

Description

Assigns the provided value to the field.

Arguments

x

Neptune Run object

i

string, name of the field to set

value

value which is assigned to field

Value

None

Author(s)

Authors:

See Also

Useful links:

Examples

## Not run: 
# We are using api token for an anonymous user neptuner. For your projects use your private token.
run <- neptune_init(api_token = 'ANONYMOUS',
                    project = "common-r/quickstarts")
run['epochs'] <- 100

## End(Not run)

[Package neptune version 0.2.3 Index]